assembler code

英 [əˈsemblə(r) kəʊd] 美 [əˈsemblər koʊd]

网络  汇编代码; 汇编码

计算机



双语例句

  1. The assembler then attaches this SCA policySet to the SCA composite; the portion of SCDL code that attaches the policySet is shown here
    组装人员然后将这个SCA策略集附加到SCA组合;SCDL代码中附加策略集的代码如下所示
  2. The normal output of a C compiler is assembler code for whatever processor you specify as the target.
    C编译器的正常输出是用于您所指定的目标处理器的汇编代码。
  3. The obvious difference with BCEL is that everything is designed to work at the level of JVM assembler language, rather than the source code interface provided by Javassist.
    BCEL的一个明显区别是每项内容都设计为在JVM汇编语言的级别、而不是Javassist所提供的源代码接口上工作。
  4. Data structures accessed by assembler code.
    汇编代码访问的数据结构。
  5. The assembler code is input to the assembler, which by default produces the grandfather of all object files, the a.out file.
    汇编代码是汇编器的输入,在缺省情况下,汇编器将生成所有目标文件的祖先,即a.out文件。
  6. For some object file formats, the debugging information is encapsulated in assembler directives known collectively as STAB directives, which are interspersed with the generated code.
    对于某些对象文件格式,调试信息被封装到统称为STAB指令的汇编程序指令中,这些指令分布在生成的代码中。
  7. The use of assembler reduces code size, improves speed and provides low level control over calculations.
    对装配的用途减少编码规格,改进速度和提供对演算的低水平控制。
  8. An assembler program ( Fig. 7.3) reads a programmer's source code, translates the source statements to binary, and produces and object module.
    汇编程序读入程序的源代码,把源语句翻译与二进制数,产生目标模块。
  9. Assembler language instruction code
    汇编程序语言指令码
  10. In SCM music on the player long, and is written in assembler code, in carefully Look!
    在单片机上实现音乐的播放,比较长,而且是用汇编写的代码,得仔细一点看!
  11. In assembler programming, indicating the number of digit positions in object code to be occupied by the fractional portion of a fixed-point or floating-point constant.
    在汇编程序设计中,指出定点数或浮点数的小数部分在目标代码中所占用的位数。
  12. Assembler Buffer: displays the current frame as machine code.
    Assembler(汇编器)Buffer:以机器码的形式显示当前frame。
  13. Compile the assembler into machine code so that generate PLE file in order to implement the execution mechanism of PLC virtual machine. In this way, the instruction execution speed of PLC is greatly increased and we can save much memory.
    用汇编编译器编译转变成功的汇编程序产生机器码,从而构造出可执行文件&PLE文件,实现PLC虚拟机的机器码执行机制,这样大大提高了PLC指令的执行速度,同时大大节约了内存空间。
  14. Assembler code program containing library function name is firstly translated into intermediate language program and then into high level language program to reduce complexity of decompilation.
    将含有库函数名的汇编代码程序翻译成中间语言程序,然后再转换成高级语言程序可降低逆编译的复杂性。
  15. On development of assembler, this paper brings forward a plan of porting GAS. Firstly, we study the source code of GAS and put forward detail works for porting GAS.
    对于汇编器的开发,本文提出了移植GAS的开发方案。论文首先对GAS源码进行了详细分析,提出了移植GAS所需要做的具体工作;